home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Game / C / CORE! 1.1.CPT / Core! 1.1 / Battle Programs / contest87 / KISS (Ultima Ratio Regum) < prev    next >
Encoding:
Text File  |  1989-07-18  |  584 b   |  18 lines  |  [TEXT/MARS]

  1. ;ULTIMA RATIO REGUM
  2. ;moral killer
  3. ;invented by the history, applied by LASZLO KISS
  4. ;
  5. START    MOV    A,<ADDR     ;don't let them to be tired
  6.          MOV    B,<ADDR     ;let them make masturbate instead of fighting
  7.          JMN     -2,ADDR    ;66% of the resources spreads the ideologie
  8. S1       MOV    #-16,ADDR
  9.          MOV    C,<ADDR     ;why do they live anymore?
  10.          JMN     -1,ADDR
  11.          MOV    #-16,ADDR   ;if there ara some survivors
  12.          JMP    START,0
  13. A        JMP     -1,0
  14. B        SPL     0,0
  15. C        DAT    0,#0
  16. ADDR     DAT    0,#-16
  17. ;         END    START
  18.